home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- scale += 10;
- if(_parent.overroll)
- {
- gr += 0.3;
- speed += 1;
- }
- gr = (50 + gr * 12) / 13;
- speed = 10;
- d._rotation += speed;
- g = Math.abs(d._rotation) * Math.abs(65 - _xscale) / 250 + gr + (- _xscale + 75) / 50;
- f.d._xscale = 100 / _xscale * g;
- f.d._yscale = g / _yscale * 100;
- f._rotation = d._rotation;
- f.d._rotation = - f._rotation;
- _parent.r.gotoAndStop(Math.round(speed * 10));
- }
-